component.jqueryui-slider

jqueryui-slider-increments

<!-- Slider -->
<div class="increments-slider row form-horizontal">
	<div class="col-md-3">
		<div class="control-group">
			<label class="col-md-8 control-label">$50 increments:</label>
			<div class="col-md-4 padding-none">
	    		<input type="text" class="amount form-control" />
	    	</div>
	    </div>
    </div>
    <div class="col-md-9" style="padding-top: 9px;">
		<div class="slider slider-primary"></div>
	</div>
</div>
<!-- // Slider END -->


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>

jqueryui-slider-range-max

<!-- Slider -->
<div class="slider-range-max row form-horizontal">
	<div class="col-md-3">
		<div class="control-group">
		    <label class="col-md-8 control-label">Maximum price:</label>
		    <div class="col-md-4 padding-none">
		    	<input type="text" class="amount form-control" />
		    </div>
		</div>
	</div>
	<div class="col-md-9" style="padding-top: 9px;">
		<div class="slider slider-primary"></div>
	</div>
</div>
<!-- // Slider END -->


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>

jqueryui-slider-range-min

<!-- Slider -->
<div class="slider-range-min row form-horizontal">
	<div class="col-md-3">
		<div class="control-group">
			<label class="col-md-8 control-label">Maximum price:</label> 
			<div class="col-md-4 padding-none">
				<input type="text" class="amount form-control" />
			</div>
		</div>
	</div>
	<div class="col-md-9" style="padding-top: 9px;">
		<div class="slider slider-primary"></div>
	</div>
</div>
<!-- // Slider END -->


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>

jqueryui-slider-range

<!-- Slider -->
<div class="range-slider row">
	<div class="col-md-3"><input type="text" class="amount form-control" /></div>
	<div class="col-md-9" style="padding-top: 9px;"><div class="slider slider-primary"></div></div>
</div>
<!-- // Slider END -->


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>

jqueryui-slider-simple

<!-- Slider -->
<div class="slider-single slider-primary"></div>


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>

jqueryui-slider-vertical

77 55 33 40 45
<!-- Slider -->
<div class="sliders-vertical">
    <span>77</span>
    <span>55</span>
    <span>33</span>
    <span>40</span>
    <span>45</span>
    <div class="clearfix"></div>
</div>
<!-- // Slider END -->


Code

@import "http://localhost/shared/components/library/jquery-ui/css/jquery-ui.min.css";
@import "http://localhost/shared/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less";

Usage

  1. Create a new LESS file (eg. styles.less)
  2. Copy & paste the above imports in the LESS file.
  3. Place the file in your project's document root.
  4. Load the LESS file into the <head> section of your HTML document, before any JavaScript files:

    <link type="stylesheet/less" href="styles.less" />

    NOTE  All the styles from the CORE package also need to be imported in this file, before the component imports.

  5. If you'd like to include other components on the same page, don't create multiple LESS files, but add all the imports in one file. You can create a LESS file for each page with just the resources used for that specific page, or you could create and use a single LESS file for the entire project.
  6. In production, compile the LESS file and use the resulting minified CSS file in the HTML document.

Scripts

HEAD You should include the following scripts in the head section of the document, right before the closing </head> tag, after styles.

<script src="assets/components/library/jquery-ui/js/jquery-ui.min.js?v=v1.2.3"></script>
<script src="assets/components/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js?v=v1.2.3"></script>

Scripts

BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.

<script src="assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/js/jqueryui-sliders.init.js?v=v1.2.3"></script>